home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Athena_Design / Mesa / Mesa.app / English.lproj / PasteFormula.nib / data.classes next >
Text File  |  1994-03-01  |  313b  |  26 lines

  1. DPPanel = {
  2.     SUPERCLASS = Panel;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. PasteFormula = {
  10.     ACTIONS = {
  11.     pasteItem:;
  12.     browser:;
  13.     changeList:;
  14.     selectedItem:;
  15.     };
  16.     OUTLETS = {
  17.     nameStrings;
  18.     list;
  19.     window;
  20.     menu;
  21.     aboutStrings;
  22.     text;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26.